专利摘要:
A query in which a sibling relationship among document parts, which are elements of a structured document, can be designated as a search condition is input, and a query tree which represents the query in a tree structure is created. A query converting unit refers to a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure, and converts the query tree to a Boolean expression. A text-index referring unit refers to a text index in which is registered information representing a relationship between each set including a character string in text data and a part-ID of a meta part and a document-ID of a document, thereby searching a document corresponding to the Boolean expression converted from the query tree.
公开号:US20010007987A1
申请号:US09/725,680
申请日:2000-11-30
公开日:2001-07-12
发明作者:Nobuyuki Igata
申请人:Fujitsu Ltd;
IPC主号:G06F16-81
专利说明:
[0001] The contents of Japanese Patent Application No. 353857/1999, filed Dec. 14, 1999 in Japan, is incorporated herein by reference. [0001] BACKGROUND OF THE INVENTION
[0002] 1. Field of the Invention [0002]
[0003] The present invention relates to an apparatus for searching a document structure and document contents at high speed from a large number of structured documents, such as SGML documents, registered in a data base. More particularly, the present invention relates to a structured-document search apparatus which has means to convert a query of structure and contents to a Boolean expression which has been used in a conventional full-text search engine, to thereby enable utilization of the high-speed search performance of the full-text search engine. [0003]
[0004] 2. Description of the Related Art [0004]
[0005] As a result of recent popularization of word processors and development of OCRs (Optical Character Readers), a huge volume of electronic documents have been created and accumulated. As the amount of accumulated documents becomes increasingly huge, demand for searching a necessary document at high speed becomes stronger and stronger. [0005]
[0006] In order to satisfy such demand, there have been developed a full-text search engine as described in, for example, Japanese Patent Application Laid-Open No. 10-27183 (Data Registration Method and Apparatus) and Japanese Patent Application Laid-Open No. 8-249354 (Word Index, Word-index Creation Apparatus, and Document Search Apparatus). Such a full-text search engine is designed to search the entirety of each document, and has indexes for referring at high speed to documents which include a designated search key. Each of the full-text search engines described in these publications eliminates the necessity of adding to each document keywords for searching and does not cause oversight during searching. However, since the entirety of each document is searched in a uniform or fixed manner, a search request with designation of a document structure cannot be processed. [0006]
[0007] Meanwhile, with explosive popularization of the Internet, there have been created a large volume of documents each having a structure (hereinafter referred to as “structured documents”), such as HTML (Hypertext Markup Language) documents and XML (Extensible Markup Language) documents. Further, in enterprises, SGML (Standard Generalized Markup Language) documents have been created and accumulated for the document management and re-use of documents. In relation to search of such structured documents, there has been increasing demand for a technique which does not only search the entirety of each structured document uniformly but also enables a user to designate search conditions for each part of each document. In order to satisfy such demand, there have been developed various techniques; e.g., techniques disclosed in Japanese Patent Application Laid-Open No. 11-15843 (SGML Document Search Apparatus and SGML Document Search Method), Japanese Patent Application Laid-Open No. 11-53400 (Structured-Document Search apparatus and Machine-Readable Recording Medium Storing Program), and Japanese Patent Application Laid-Open No. 11-242676 (Structured-Document Registration Method, Search method, and Transportable Medium used Therefor). [0007]
[0008] Japanese Patent Application Laid-Open No. 11-15843 discloses a technique such that structured documents are registered into a relational data base; and a user is allowed to input a search request by use of SQL, which is a conventional query language for data base query. When such a technique is used, a schema must be defined in advance, and document parts which do not conform to the schema cannot be registered. Further, when a large volume of documents is registered in the data base, the search speed decreases. Therefore, in order to search the contents of documents at high speed, a full-text search engine must be provided separately from the data base. [0008]
[0009] Japanese Patent Application Laid-Open No. 11-53400 discloses a technique such that a certain region of each document is divided into a plurality of zones; and searching is performed by use of a Boolean expression on the basis of combination of a zone and a keyword. Although this technique can search at high speed the contents of text data included in a certain document part, it does not allow a user to include in search conditions a hierarchical relationship between document parts. [0009]
[0010] Japanese Patent Application Laid-Open No. 11-242676 discloses a technique which utilizes a structure index obtained through superposition of document parts of the document registered in a data base and a character index in relation to contents of each document. Although this technique requires an index for holding the structures of documents in addition to an index of an ordinary full-text search engine, it can perform searching at high speed under search conditions which include a hierarchical relationship between document parts. [0010]
[0011] Japanese Patent Application Laid-Open No. 7-56908 (Document Processing Apparatus) and Japanese Patent Application Laid-Open No. 7-319918 (Apparatus for Designating Object to be Subjected to Document Searching) disclose techniques for searching structured documents. Although these publications disclose a method for searching a single structured document, the publications do not disclose a technique adapted to search a specific document from a large volume of structured documents. [0011]
[0012] The above-described Japanese Patent Application Laid-Open No. 11-242676 discloses a method for searching at high speed under search conditions which include the hierarchical relationship of document parts. However, a hierarchical relationship which can be included in search conditions is limited to a parent-child relationship and a child-grandchild relationship, and the patent publication does not disclose a method which enables a user to include a sibling relationship in search conditions. [0012]
[0013] A problem which would arise when a sibling relationship between document parts cannot be included in search conditions will be described below. [0013] <Employee><Section> SYSTEM DEVELOPMENT DEPT. </Section> <Name> YAMADA TARO </Name> </Employee> <Employee><Section> GENERAL AFFAIRS DEPT. </Section> <Name> SUZUKI HANAKO </Name> </Employee>
[0014] When searching conditions “SUZUKI HANAKO in SYSTEM DEVELOPMENT DEPT.” are set for searching of such structured documents, the searching conditions are described more specifically such that in a certain document part of <Employee> element, the text data of <Section> element represent “SYSTEM DEVELOPMENT DEPT.” and the text data of <Name> element represent “SUZUKI HANAKO”. In this case, if a sibling relationship between the document parts cannot be included in the search conditions, a user has no choice but to set the search conditions such that the text data of <Section> element represent “SYSTEM DEVELOPMENT DEPT.” and the text data of <Name> element represent “SUZUKI HANAKO”. Therefore, there is a possibility that a search result different from a desired one is obtained. [0014]
[0015] The above-described Japanese Patent Application Laid-Open No. 11-242676 further discloses a technique for creating a structure index obtained through superposition of structures of structured documents which are to be subjected to searching. In the technique, when the structures of structured documents are superposed, two nodes are regarded to correspond to each other, if the respective upper nodes of the two nodes correspond to each other, the two nodes are of the same element name, and the two nodes are the same in terms of order of appearance in a row of sibling nodes as determined from the head of the row of the sibling nodes with respect to the forward direction. Therefore, the following Document 1 and Document 2 are treated as having completely the same structure and text data. [0015] Document 1<Document><Part1> STRUCTURING </Part1> <Part2> DOCUMENT </Part2> <Part3> RETRIEVAL </Part3></Document> Document 2<Document><Part2> DOCUMENT </Part2> <Part1> STRUCTURING </Part1> <Part3> RETRIEVAL </Part3></Document>
[0016] In other words, although the row of sibling nodes of the same element name is reserved, the order of sibling nodes of different element name is ignored. [0016]
[0017] Further, in the technique described in Japanese Patent Application Laid-Open No. 11-242676, search conditions are always set to include search keys and structure designation in combination; and this patent publication does not disclose a method in which only structure designation is used as a search condition. [0017]
[0018] Moreover, in general, when a hierarchical relationship between document parts is retrieved from structured documents accumulated in a large volume, the time required for such retrieval increases with the degree of complexity of the structures of registered documents. [0018] SUMMARY OF THE INVENTION
[0019] An object of the present invention is to provide means to enable a sibling relationship between document parts to be included in search conditions, in a system which retrieves a necessary document at high speed from structured documents accumulated in a large volume. [0019]
[0020] Another object of the present invention is to provide means which solves the above-described problems through use of a hierarchical index which reserves an order of sibling nodes of different element name. [0020]
[0021] Still another object of the present invention is to provide means which enables a user, at the time of searching, to select whether the order of sibling nodes is to be included in search conditions. [0021]
[0022] Still another object of the present invention is to provide means which enables designation of only a structure as a search condition. [0022]
[0023] Still another object of the present invention is to provide means to increase the speed of matching of a hierarchical relationship between document parts to thereby increase the search speed of a search system. [0023]
[0024] Still another object of the present invention is to provide means to easily effect complete-match search and partial-match search in matching of text data. [0024]
[0025] The present invention solves the above-described problems involved in the conventional methods through provision of a hierarchical index which expresses the structure of each structured document such that the hierarchical relationship among document parts is expressed in a tree structure in which a “meta part” is treated as a single node; a text index in which a character string contained in text data of each “document part” is registered; and search means which receives a user's query in a tree structure and converts it to a Boolean expression. The term “document part” refers to each element part of each structured document, and the term “meta part” refers to each element part which is common among several structured documents. [0025]
[0026] Specifically, the present invention provides a structured-document search apparatus comprising: a hierarchical index which expresses the structure of each structured document such that the hierarchical relationship among document parts is expressed in a tree structure in which a meta part is treated as a single node; a text index in which is registered correspondence between each search key and a document identifier (document-ID) of a document which includes the search key, the search key including a character string in text data and a part identifier (part-ID) of a meta part; and search means which receives or inputs a user's query in a tree structure (hereinafter referred to as an “query tree”) and refers to the hierarchical index and the text index in order to obtain a document corresponding to the query tree. [0026]
[0027] The structured-document search apparatus of the present invention enables a user to express in a tree structure a relationship among document parts which serves as a search condition in a certain query, and further enables the user to designate in the tree structure a sibling relationship among document parts. Moreover, when such a sibling relationship is incorporated into the search conditions, the user can designates a sibling relationship with order or a sibling relationship without order. This enables the search means to compare the query tree and the hierarchical index on the basis of a designated one between the sibling relationship with order and the sibling relationship without order. [0027]
[0028] The search means has processing means to perform processing in the following two steps: [0028]
[0029] (1) referring to the hierarchical index and converting the query tree to a Boolean expression in which a set having a character string and a part-ID is used as a single search key; and [0029]
[0030] (2) referring to the text index and obtaining a document-ID of a document corresponding to the query tree, by use of the Boolean expression. [0030]
[0031] Further, nodes representing meta parts are characterized in that the nodes satisfy requirements in relation to meta parts such that the nodes share a common upper node meta part, the nodes have the same element name and the same occurrence position (we call it “offset”) in a row of sibling parts in the document, and each node has an offset in a row of sibling parts in the document, a link extending from a child node to a parent node, and a link extending to another node having the same element name. This feature enables high-speed searching even when documents have a complicated structure. [0031]
[0032] Moreover, the structured-document search apparatus of the present invention includes means which is used for creation of the text index and which operates, when a set having a character string in text data and a part-ID is created, in order to create, for each document part, a special search key composed of a special character string and a part-ID and to register the special search key in the text index. This enables easy search of a structure only (search performed under a single search condition of a certain document part being contained). [0032]
[0033] Furthermore, the structured-document search apparatus of the present invention includes means which is used for creation of the text index and which operates, when a set of a character string in text data and a part-ID is created, in order to create, for each text data set, pseudo text data which are obtained through addition of special character strings at the start and end position of the text data, and to create a search key from the pseudo text data to register the search key in the text index. This enables both of complete-match search and partial-match search. [0033]
[0034] The present invention greatly differs from conventional structured-document search apparatus in that provision of the search means—which receives a user's query in a tree structure and searches a document with reference to the hierarchical index and the text index—enables a user to include a sibling relationship among document parts into search conditions. Further, use of a hierarchical index which stores an order of sibling nodes of different element name enables a user to include a sibling order relationship in search conditions. [0034]
[0035] These, together with other objects and advantages which will be subsequently apparent, reside in the details of construction and operation as more fully described and claimed hereinafter, with reference to the accompanying drawings, wherein like numerals refer to like parts throughout. [0035] BRIEF DESCRIPTION OF THE DRAWINGS
[0036] FIG. 1 is a diagram showing an example configuration of a system according to an embodiment of the present invention; [0036]
[0037] FIGS. 2A and 2B are diagram showing an example of an index; [0037]
[0038] FIG. 3 is a flowchart showing the steps of processing for registering structured documents; [0038]
[0039] FIG. 4 is a flowchart showing the steps of processing for meta part judgement; [0039]
[0040] FIG. 5 is a flowchart showing the steps of processing for registration in a hierarchical index; [0040]
[0041] FIG. 6 is a flowchart showing the steps of processing for registration in a text index; [0041]
[0042] FIG. 7 is a flowchart showing the steps of processing for searching structured documents; [0042]
[0043] FIG. 8 is a diagram showing an example structure of a query tree; [0043]
[0044] FIG. 9 is a flowchart showing the steps of processing for converting a query tree to a Boolean expression; [0044]
[0045] FIG. 10 is a flowchart showing the steps of processing for matching of a query tree structure and for addition of temporary nodes; [0045]
[0046] FIG. 11 is a flowchart showing the steps of processing for creating a Boolean logic tree; [0046]
[0047] FIGS. 12A, 12B, [0047] 12C, 13A, and 13B are diagrams showing processing for registering documents having simple structures in the hierarchical index;
[0048] FIG. 14 is a diagram showing example registration of documents having simple structures in the text index; [0048]
[0049] FIGS. 15A, 15B, and [0049] 16 are diagrams showing an internal operation for converting Search Request 1 to a Boolean expression;
[0050] FIGS. 17A to [0050] 17C are diagrams showing an internal operation for converting Search Request 2 to a Boolean expression;
[0051] FIGS. 18A to [0051] 21C are diagrams showing an internal operation for converting Search Request 4 to a Boolean expression;
[0052] FIGS. [0052] 22 to 24B are diagrams showing an internal operation for converting Search Request 5 to a Boolean expression;
[0053] FIG. 25 is a diagram showing example registration of documents having complex structures in the hierarchical index; [0053]
[0054] FIG. 26 is a diagram showing example registration of documents having complex structures in the text index; [0054]
[0055] FIGS. [0055] 27 to 32 are diagrams showing an internal operation for converting Search Request 6 to a Boolean expression; and
[0056] FIGS. [0056] 33 to 35 are diagrams showing an internal operation for converting Search Request 7 to a Boolean expression. DESCRIPTION OF THE PREFERRED EMBODIMENT
[0057] An embodiment of the present invention will now be described. FIG. 1 shows an example system configuration of a structured-document search apparatus according to the embodiment of the present invention. In FIG. 1, broken lines with arrows show flow of data at the time of registering documents, and solid lines with arrows show flow of data at the time of searching a document. [0057]
[0058] At the time of document registration, a document-structure analyzing unit [0058] 11 analyzes the structures of structured documents 20; and a hierarchical-index registering unit 12 creates a hierarchical index 13. At the same time, a text-index registering unit 14 creates a text index 15.
[0059] At the time of document search, the following processing is performed. That is, a query-accepting unit [0059] 16 accepts a query from a user via an interface 21 and creates a query tree on the basis of the accepted query. Further, while referring to the hierarchical index 13 via a hierarchical-index referring unit 18, a query-converting unit 17 collates the structure of the query tree with those registered in the hierarchical index 13, and adds temporary nodes to matched portions. By use of the temporary nodes, the query-converting unit 17 creates a Boolean logic tree, and then creates a Boolean expression (character string) from the logic tree. On the basis of the created Boolean expression, a text-index referring unit 19 obtains the document-ID of a document corresponding to the query and returns a search result to the user.
[0060] If necessary, a document management engine [0060] 22 may be disposed near the structured-document search apparatus 1. At the time of document registration, the structured documents 20 themselves are stored in a structured-document storage data base (DB) 23, and at the time of document search, a necessary portion of a searched document is extracted and returned to the user. At this time, the document management engine 22 receives a query of the user from the query-accepting unit 16, receives a search result from the text-index referring unit 19, and extracts the necessary portion of the searched document and returns it to the user. Hereinbelow, the respective means will be described in more detail.
[0061] [Hierarchical Index] [0061]
[0062] In the present invention, in order to increase the speed of matching of hierarchical relationships of document parts, in addition to an index which has been used in conventional full-text search engines, the hierarchical index [0062] 13 is provided. In the hierarchical index 13, the structures of the structured documents 20 subjected to searching are expressed in a tree structure.
[0063] FIGS. 2A and 2B show an example structure of the hierarchical index [0063] 13. Specifically, FIG. 2A shows the overall structure of a hierarchical index created upon registration of Documents 1 and 2, which were used in the “Description of the Related Art” section.
[0064] Document 1 [0064] <Document><Part1> STRUCTURING </Part1> <Part2> DOCUMENT </Part2> <Part3> RETRIEVAL </Part3></Document> Document 2<Document><Part2> DOCUMENT </Part2> <Part1> STRUCTURING </Part1> <Part3> RETRIEVAL </Part3></Document>
[0065] In the hierarchical index [0065] 13, documents parts of each structured document 20 having a common structure are expressed in the form of a single node as a meta part, and a hierarchical relationship between meta parts is represented in the form of a tree structure.
[0066] As shown in FIG. 2B, each node has an element name, an offset in a row of sibling parts in the document, a part-ID for identifying a meta part, a link to a parent node (a parent link), a link to a sibling node (a sibling link), and a link to a child node (a child link). Each node further has a link to another node having the same element name (an element link) and a link to a node of a query tree (a query link). The parent link, the child link, and the sibling link form a tree structure. The element link is used at the time of document structure matching, and the query link is used at the time of conversion to a Boolean expression. Document parts are considered to be the same meta part when they share a common upper meta part, they have the same element name, and they have the same offset in the row of sibling parts in the document. [0066]
[0067] FIG. 3 is a flowchart showing the steps of processing for registering structured documents. The processing includes four major stages, as follows. [0067]
[0068] 1) Analyzing the structure of a document (step S[0068] 13);
[0069] 2) Judging whether each document part is a meta part (step S[0069] 15);
[0070] 3) When the document part is a meta part, registering the node in the hierarchical index [0070] 13 as the meta part (step S18); and
[0071] 4) Registering in the text index [0071] 15 the identifier of the meta part and text data contained therein (step S19).
[0072] At the time of registration of structured documents, a root node of the hierarchical index [0072] 13 is first created (step S11), and the steps described below are repeated until the processing has been performed for all the documents (step S12).
[0073] First, the structure of a presently-selected (i.e., presently-considered) document to be registered is analyzed (step S[0073] 13), and when the processing in step S15 to S19 has been performed for all the document parts of the selected document, the processing returns to step 12, and the same processing is repeated for a document to be registered next (step S14).
[0074] In step S[0074] 15, processing for judging whether a presently-selected document part of the selected document is a meta part is performed. When the selected document part is identified as a new meta part (step S16), a new part-ID is issued (step S17) and is registered in the hierarchical index 13 (step S18). Subsequently, registration into the text index 15 is performed (step S19). When the selected document part is identified as not being a new meta part, without registration in the hierarchical index 13, registration into the text index 15 is performed (step S19).
[0075] The order in which the documents parts undergo the processing in step S[0075] 14 corresponds to the order in which corresponding start tags appear in the selected document. This means that when the structure of a structured document is expressed in the form of a tree structure, respective document parts are processed while the priority is given their depth.
[0076] FIG. 4 is a flowchart showing the steps of processing for meta part judgment (details of the processing in step S[0076] 15 of FIG. 3). The judgment as to whether a selected document part is a meta part is performed on the basis of whether a meta part which satisfies the following three conditions has already been registered in the hierarchical index 13:
[0077] 1) Sharing a common upper meta part (step S[0077] 22);
[0078] 2) Having the same element name (step S[0078] 23); and
[0079] 3) Having the same offset in the row of sibling parts in a corresponding document (step S[0079] 24).
[0080] When the selected document part has not yet been registered in the hierarchical index [0080] 13 (step S21), the selected document part is regarded to be a new meta part (step S25) and is registered in the hierarchical index 13 (steps S17 and S18 of FIG. 3). When the selected document part has already been registered in the hierarchical index 13, it is judged that the same meta part has already been registered (step S26), and, without registration in the hierarchical index 13, the registration of text data in the text index 15 is performed (step S19 of FIG. 3).
[0081] FIG. 5 is a flowchart showing the steps of processing for registration in the hierarchical index [0081] 13 (details of the processing in step S18 of FIG. 3). This processing includes the following four stages.
[0082] 1) Following the tree structure up to a node corresponding to the upper meta part (step S[0082] 31);
[0083] 2) When the upper meta part has no child (step S[0083] 32), extending a child link of the upper meta part to the new node (step S33), and when the upper meta part has a child, adding the new node (sibling link) to the end of the child node of the upper meta part (step S34);
[0084] 3) Extending a link (parent link) from the new node to the upper meta part (step S[0084] 35); and
[0085] 4) Extending an element link to a node having the same element name. [0085]
[0086] The processing of extending an element link described in the above stage 4) is performed by means of the following steps. [0086]
[0087] (a) Preparing a work buffer in which element names are registered and from which links are extended to corresponding nodes; [0087]
[0088] (b) When the work buffer is empty (no element name is registered) (step S[0088] 36), registering a new node in the work buffer (step S37); and
[0089] (c) When a node has been registered in the work buffer (step S[0089] 36), extending an element link from the registered node to the new node, and registering the new node in the work buffer (step S38).
[0090] [Text Index] [0090]
[0091] The text index [0091] 15 is used to obtain a document-ID of a document including a search key, on the basis of the search key which includes a character string to be searched (hereinafter referred to as a “search character string”) and a part-ID in combination. The text index 15 assumes the same form as that of indices which are used in conventional full-text search engines, except that a search character string and a part-ID form a single search key set. That is, any of index forms, such as an inverted file, a signature file, and a bit-map file, which are used in conventional full-text search engines, may be used as a form of the index for obtaining a document-ID from a search key.
[0092] In the present embodiment, a set (special search key) which includes a special character string and a part-ID is registered for each document part, which enables searching of a structure only (search which is performed under a single search condition that a certain document part is present). [0092]
[0093] Further, pseudo text data are prepared from text data through addition of a special character string at the start and end positions of the text data; and characteristic elements serving as minimal units for searching are extracted from the pseudo text data. At the time of search, a set of “(special character string at the start position)+(search character string)+(special character string at the end position)” and a part-ID is used as a search key. Thus, a complete-match search of text data is realized. The term “characteristic element” refers to the smallest piece of information that can be searched for. Morphological analysis, N-gram division, or any other suitable method may be used to divide text data into characteristic elements. [0093]
[0094] FIG. 6 is a flowchart showing the steps of processing for registration in the text index (details of the processing in step S[0094] 19 of FIG. 3). As shown in the processing steps of FIG. 3, registration in the text index 15 is performed for each document part.
[0095] This registration processing includes the following four stages. [0095]
[0096] 1) Registering into the text index [0096] 15 a special search key; i.e., a set including a part-ID and a special character string representing the presence of a structure (step S41);
[0097] 2) When a presently-selected document part contains text data (step S[0097] 42), creating pseudo text data from the text data through addition of special character strings at the start and end positions of the text data (step S43);
[0098] 3) Dividing the pseudo text data into characteristic elements (step S[0098] 44); and
[0099] 4) Registering in the text index [0099] 15 search keys; i.e., sets each including the characteristic element and the part-ID (step S45).
[0100] Each of the special character string for representing the presence of a structure and the special character strings which are inserted at the start and end positions of text data may be a character string (a row of codes other than character codes) which does not appear in text data. [0100]
[0101] [Processing for Conversion of a Query Tree to Boolean Expression at the Time of Search] [0101]
[0102] FIG. 7 is a flowchart showing the steps of processing for searching structured documents. This processing includes the following three stages, thereby a document-ID, which corresponds to the query from the user, is obtained. [0102]
[0103] 1) Creating a query tree from a user's query (step S[0103] 51);
[0104] 2) Converting the query tree to a Boolean expression with reference to the hierarchical index [0104] 13 (step S52); and
[0105] 3) Referring to the text index [0105] 15 by use of the Boolean expression (step S53).
[0106] The user's query may be created by use of an object-oriented query language, a query language for XML documents, which is currently standardized by W3C (World Wide Web Consortium), or any other suitable language. [0106]
[0107] Since the steps of creating a query tree vary depending on a query language to be used, here, only an example structure of a query tree is shown in FIGS. 8A. and [0107] 8B. FIG. 8A shows an example query tree which represents search conditions which are set for the hierarchical index shown in FIG. 2A such that a document part having an element name “Document” has a child “Part1,” a “Part2” follows the “Part1,” and the text data of the “Part1” contain a character string representing “STRUCTURING.”
[0108] When the order of parts serving as children is not considered, the conditions that a “Part1” is present and that a “Part2” follows the “Part1” is replaced with the condition that the “Part1” and “Part2” are present. [0108]
[0109] Such a query tree is used for matching of a document in which nodes representing document parts form a tree structure, and which has, as a partial tree, a tree structure similar to the query tree. As shown in FIG. 8B, each node of the query tree has an element name, a text-data matching condition, a pointer to a parent node, a pointer to a sibling node, and a pointer to a child node. When only the presence of a document part or parts is queried, the special character string which has been registered through processing in step S[0109] 41 of FIG. 6 is used as the text-data matching condition. When perfect-match search is performed, the condition “(special character string at the start position)+(search character string)+(special character string at the end position)” is used as the text-data matching condition.
[0110] FIG. 9 show the steps of processing for converting a query tree to a Boolean expression (details of the processing in step S[0110] 52 of FIG. 7). This processing includes the following three stages.
[0111] 1) Searching from the hierarchical index [0111] 13 portions that match the structure of the query tree, and attaching temporary nodes to the matched portions (step S61).
[0112] 2) Assembling the temporary nodes to create a Boolean logic tree (step S[0112] 62); and
[0113] 3) Creating a Boolean expression (character string) from the Boolean logic tree (step S[0113] 63).
[0114] Within the full-text search engine, a Boolean expression, which is a character string, is analyzed in order to create a Boolean logic tree. Therefore, when the form of the Boolean logic tree created in step S[0114] 62 shown in FIG. 9 is rendered the same as that used in the full-text search engine, the processing in step S63 may be omitted.
[0115] FIG. 10 shows the steps of processing for matching of query tree structures and for addition of temporary nodes (details of the processing in step S[0115] 61 of FIG. 9). This processing includes the following six stages.
[0116] 1) Going around the nodes of the query tree while giving priority in the hierarchical depth (steps S[0116] 71 and S72);
[0117] 2) Obtaining from the hierarchical index [0117] 13 a set of nodes corresponding to each node (step S73);
[0118] 3) For the set obtained in 2) above, judging whether a parent-child relationship (including ancestors) which is the same as that of the nodes of the query tree is present (steps S[0118] 75 and S76);
[0119] 4) When a presently-selected node of the query tree has a plurality of child nodes, pushing the node of the hierarchical index [0119] 13 into a stack (steps S77 and S78);
[0120] 5) When the presently-selected node of the query tree has a text-data matching condition (including a query which inquires only the presence of a document part), adding a temporary node to a node of the hierarchical index [0120] 13 (step S711); and
[0121] 6) Extending a query link of the node of the hierarchical index [0121] 13 to the corresponding node of the query tree (steps S79 and S712).
[0122] Each temporary node serves as a node of a Boolean logic tree. Such a temporary node is created to have a node type (AND, OR, the type of a search key), a text-data matching condition, and a part-ID. A node whose type is AND or OR is used as an intermediate node, and ultimately, a single logic tree is assembled in step S[0122] 62 of FIG. 9.
[0123] FIG. 11 shows the steps of processing for creating a Boolean logic tree (details of the processing in step S[0123] 62 of FIG. 9). This processing includes the following four stages.
[0124] 1) Removing, one at a time, the nodes of the hierarchical index [0124] 13 from the stack created in step S78 of FIG. 10 (step S82) until the stack becomes empty (step S81);
[0125] 2) Performing the processing in steps S[0125] 83 to S89, which will be described below, for temporary nodes provided at a level lower than the removed node;
[0126] 3) When the stack becomes empty, preparing an OR temporary node, and rendering all the temporary nodes provided at a level lower than the root node of the hierarchical index [0126] 13 children of the OR node; and
[0127] 4) When any AND or OR node of the assembled logical tree has a single child node, linking the child node directly to the parent node, and removing the AND or OR node from the logic tree (step S[0127] 811).
[0128] The processing performed for the temporary nodes described in the above stage 2) includes the following steps. [0128]
[0129] (a) Preparing at least one OR temporary node, and rendering nodes having the same query link children of the OR node (step S[0129] 83);
[0130] (b) When a plurality of OR nodes are created in step S[0130] 83, preparing an AND temporary node, and rendering OR nodes which are connected to nodes having the same parent node children of the AND node (step S84);
[0131] (c) Attaching temporary nodes which are not subjected to the processing in (a) and (b) above to a node removed from the stack (step S[0131] 85);
[0132] (d) When the query tree includes designation of an order (step S[0132] 86), re-forming the logic tree assembled in step S84 into a disjunctive normal form (a logic expression having a form of, for example, “A1 OR A2 OR A3 OR . . . ,” and each term having a form “Ai=B1 AND B2 AND B3 AND . . .”), by use of a logic expression distribution rule “A AND (B OR C)=(A AND B) OR (A AND C),” discarding an AND node when the order of child nodes of the query tree does not match the order of offsets stored in nodes to which the temporary nodes have been attached (step 87) (however, the disjunctive normal form used here is such that nodes up to the nodes to which the temporary nodes have been attached are treated as being literal; and the logic tree is not re-formed to a formal disjunctive normal form); and
[0133] (e) When the type of a child of the parent node of the query tree does not match the type of a child of an AND node, discarding the AND node (step S[0133] 88), and attaching to the node obtained through the processing in step S82 an AND node which was not discarded in step S88 (step S89).
[0134] Through the above-described processing, a Boolean logic tree is assembled. The thus-assembled logic tree is converted into a character string by means of the processing in step S[0134] 63 shown in FIG. 9. In this conversion processing, the Boolean logic tree is gone around recursively while priority is given in the hierarchical direction; and child nodes of an AND node are output in the form of an AND expression, and child nodes of an OR node are output in the form of an OR expression. Further, the output of child nodes of each node is enclosed in parentheses. An example of a recursive pseudo program for performing the above conversion is shown below.
[0135] Conversion function for conversion of a logic tree to a character string [0135]  recursive conversion function (val node = root of the logic tree at the beginning) {if((node == node) || (node == OR node)) {output left parenthesis; for (val child = destination of child link of node; child;child = destination of sibling link of child) {if (other than the first child)    output AND symbol or OR symbol; } recursive conversion function (child);} output right parenthesis; return;} output set of text-data matching condition and part-ID; return; }
[0136] The steps of the processing for referencing the text index [0136] 15 by use of a Boolean expression obtained after the conversion to the Boolean expression are the same as those of processing performed in the full-text search engine, except that a set having a text-data matching condition and a part-ID is used as a search key.
[0137] The system shown in FIG. 1 having the above-described processing means operates as follows. [0137]
[0138] The system comprises a hierarchical index expressing a structure of each structured document; a text index used for referring to a document-ID of a document including a search key, on the basis of the search key composed of a part-ID and a character string in text data; means to receive or input a user's query in the form of a tree structure and for converting the query to a Boolean expression; and means to refer to the text index by use of the Boolean expression and for obtaining a document-ID corresponding to the query tree. Thus, the system can search structured documents while maintaining the high speed of conventional full-text search engines. [0138]
[0139] Since the processing steps shown in FIGS. [0139] 9 to 11 realize means to convert a user's query to a Boolean expression, a sibling relationship between document parts can be included in search conditions.
[0140] Since nodes having the same element name are obtained from the hierarchical index by use of an element link in step S[0140] 73 shown in FIG. 10, a set of nodes having the same element name can be obtained at high speed. In the processing in step S76, an ancestor is found in the hierarchical index, while a parent link from a child node is followed. Therefore, there can be omitted the step of following sibling links between child nodes, which would be required in the case in which links are followed from a parent node to child nodes. In addition, since the hierarchical index holds the offset of each sibling node in a document, it becomes possible to change at the time of search whether the order of appearance of document parts having different element names is included in search conditions.
[0141] The system has means to register, for each document part, a special search key composed of a special character string and a part-ID in the text index. Thus, it becomes possible to perform search under search conditions including only the presence of a document part or parts, without changing the basic configuration of the conventional search engine. [0141]
[0142] The system includes means to create, for the text data of each document part, pseudo text data which are obtained through addition of special character strings at the start and end positions of the text data and for creating search keys from the pseudo text data in order to register the search keys in the text index. Thus, it becomes possible to select one of two matching means to match the text data; i.e., means to perfect-match the text data and means to partial-match the text data. [0142] [EXAMPLE 1]
[0143] Next, an example in relation to documents having simple structures will be described. Documents 1 and 2, which were like those used in the “Description of the Related Art” section, are used here. [0143] Document 1<Document><Part1>
[0144] The example shows documents 1 and 2 which include the Chinese (or Kanji) character, which is ideogram, more concretely shows Japanese documents 1 and 2. In the example, the word or the characters [0144]
[0145] (1) Document Registration [0145]
[0146] Example processing for registration of documents having simple structures will be described below. First, registration into the hierarchical index [0146] 13 will be described with reference to FIGS. 12 and 13. Through steps which will be described below, the above-described documents (Document 1 and Document 2) are untimely registered in the form of a hierarchical index which is the same as that shown in FIG. 2A.
[0147] 1) The root node of the hierarchical index is created through the processing in step S[0147] 11 shown in FIG. 3. The root node is created to have dummy values as an offset in sibling parts and a part-ID (see FIG. 12A).
[0148] 2) During registration of Document 1, all the document parts are registered as new meta parts, because nothing has been registered in the hierarchical index. Further, through the processing in step S[0148] 37 shown in FIG. 5, the respective names of document parts and links extending to the nodes are stored in a work buffer 41 (see FIG. 12B).
[0149] 3) During registration of Document 2, no special processing is performed for a document part “Document,” which serves as the root of Document 2, because there has already been registered a node which is identical with the document part “Document” in terms of upper meta part, element name, and offset in a row of sibling parts in the document. [0149]
[0150] Subsequently, “Part2,” which is the first child of “Document,” is judged to be a different meta part and is registered newly, because although a node which is identical in terms of upper meta part and element name has been registered, “Part2” differs from the registered node in terms of offset in a row of sibling parts. Further, in step S[0150] 38 shown in FIG. 5, the element link of the node linked from the work buffer 41 is extended to the new node, and the new node is registered in the work buffer 41 (see FIG. 12C). This is because “Part2” has already been registered in the work buffer 41.
[0151] 4) “Part1” of Document 2 is newly registered as in the case of “Part2.” Re-formation of element links in the work buffer [0151] 41 is performed in a similar manner (see FIG. 13A).
[0152] 5) No special processing is performed for “Part3” of Document 2, because there has already been registered a node which is identical with “Part3” in terms of upper meta part, element name, and offset in a row of sibling parts in the document. Further, since “Part3” is the last document part to be registered, the work buffer [0152] 41 is released, and the hierarchical index is completed ultimately (see FIG. 13B).
[0153] The processing for registering the above-described two documents in the text index [0153] 15 will be described with reference to FIG. 14. The example registration of documents in the text index shown in FIG. 14 is for the case in which:
[0154] An inverted file format is used; [0154]
[0155] Each characteristic element is extracted in the form of bigram, i.e. two continuous characters (since the above documents 1 and 2 are Japanese documents); [0155]
[0156] “ ” is used as a special character string for expressing the presence of a structure [0156]
[0157] “{circumflex over ( )}” is used as a special character string to be added at the start position of text data; and [0157]
[0158] “$” is used as a special character string to be added at the end position of the text data. [0158]
[0159] The inverted file form includes search keys [0159] 51 and document identifier lists 52, each of which is a list of the document-IDs of documents including the corresponding search key. A characteristic element and a part-ID of a document part in which the characteristic element is present are registered in the search key 51. In the document identifier list 52, the document-IDs of documents including each search key are registered in a row. If necessary, offsets and the number of times of appearance in each document are registered. FIG. 14 shows an example in which registration is performed in the form “document-ID: offset, . . . ” For example, a search key in which
[0160] A dummy value (−1 in the present embodiment) is set for the offset corresponding to the special key “ ” for expressing the presence of a structure. A characteristic element [0160]
[0161] The characteristic element is extracted in the form other than bigram (two continuous characters) which is shown in FIG. 14. The number of the character which comprises the characteristic element may be more than 3, or, for example, 3 to 6. The number of the character depends on the language of the document which is registered. [0161]
[0162] When the document which is registered is written by Japanese, the character number of the characteristic element is usually 1 or 2. This is owing to that Japanese character is ideogram which has a meaning with single character. Chinese which using Kanji character and other languages using ideogram are in a similar situation. [0162]
[0163] When the document which is registered is written by English, single word is usually used as single characteristic element. This is owing to that words are written in a divided form with blanks in English, and that English character is phonogram which does not have a meaning with single character, so that the N-gram division is not used in most cases. The languages belonging to the Indo-European family of language such as English using alphabet which is ideogram are in a similar situation. [0163]
[0164] (2) Search [0164]
[0165] Example processing for search of documents having simple structures will be described below. The following five search requests; i.e., Search Request 1 to Search Request #5, are taken as examples. [0165]
[0166] [Search Request 1] [0166]
[0167] In Search Request 1, a document including “Part1” as a document part is searched. An internal operation for converting Search Request 1 to a Boolean expression will be described with reference to FIGS. 15A, 15B, and [0167] 16.
[0168] 1) The query tree is formed of a single node; and, in the node of the query tree, “Part1” is stored as an element name, and “ ” is stored as a text-data matching condition (see FIG. 15A). [0168]
[0169] 2) Through the processing shown in FIG. 10, temporary nodes are attached to the nodes of “Part1” in the hierarchical index. Further, the query links of the nodes to which temporary nodes have been attached are linked to the node of the query tree (see FIG. 15B). [0169]
[0170] 3) Since the query tree for Search Request 1 fail to satisfy the conditions of the processing in step S[0170] 77 shown in FIG. 10, there is created a state in which nothing is present in the stack. Here, the conditions of the processing in step S81 shown in FIG. 11 are satisfied, and through processing in step S810, the temporary nodes provided in 2) above are rendered child nodes of an OR node in a Boolean logic tree (see FIG. 16).
[0171] 4) The Boolean logic tree assembled in 3) above is converted to a character string by means of the processing in step S[0171] 63 shown in FIG. 9, so that an ultimate Boolean expression is obtained. When one search key is described in the form of “search character string@part-ID”, an OR operator in the form of “OR”, an AND operator in the form of “AND”, and parentheses symbols in the form of “(“and”)”, the ultimate Boolean expression assumes the form of a character string as follows.
[0172] ( @1 OR @5) [0172]
[0173] The text index shown in FIG. 14 is referred to by use of the thus-obtained Boolean expression, so that document-IDs “1” and “2” are obtained as a search result. [0173]
[0174] [Search Request 2] [0174]
[0175] In Search Request 2, a document whose “Part3” includes the Chinese character [0175]
[0176] 1) The query tree is formed of a single node; and, in the node of the query tree, “Part3” is stored as an element name, and [0176]
[0177] 2) Through the processing shown in FIG. 10, a temporary node is attached to the node of “Part3” in the hierarchical index. Further, the query link of the nodes to which a temporary node has been attached is linked to the node of the query tree (see FIG. 17A). [0177]
[0178] 3) Since the query tree for Search Request 2 also fails to satisfy the conditions of the processing in step S[0178] 77 shown in FIG. 10, there is created a state in which nothing is present in the stack. Here, the conditions of the processing in step S81 shown in FIG. 11 are satisfied, and through processing in step S810, the temporary nodes provided in 2) above are rendered child nodes of an OR node (see FIG. 17B).
[0179] 4) The form of the Boolean logic tree assembled in 3) above is regulated by means of the processing in step S[0179] 811 shown in FIG. 11, and is converted to a character string by means of the processing in step S63 shown in FIG. 9, so that the following Boolean expression is obtained ultimately.
[0180] ([0180]
[0181] The text index shown in FIG. 14 is referred to by use of the thus-obtained Boolean expression, so that document-IDs “1” and “2” are obtained as a search result. [0181]
[0182] [Search Request 3] [0182]
[0183] In Search Request 3, a document whose “Part3” includes the Chinese character [0183]
[0184] [0184]
[0185] When the search character string is divided into a plurality of characteristic elements as described above, a mere reference of the text index shown in FIG. 14 is insufficient, and the offsets of the respective characteristic elements must be checked in order to determine whether they are arranged in a single line. [0185]
[0186] In the above-described Boolean expression, [0186]
[0187] [0187]
[0188] [0188]
[0189] [0189]
[0190] these are arranged in a single line. Therefore, document-IDs “1” and “2” are obtained as a search result. [0190]
[0191] [Search Request 4] [0191]
[0192] In Search Request 4, a document which includes “Part1” and “Part2” as children of “Document” and in which the text data of “Part1” includes the Chinese character [0192]
[0193] An internal operation for converting Search Request 4 to a Boolean expression will be described with reference to FIGS. 18A to [0193] 21C.
[0194] 1) As shown in FIG. 18A, the query tree is formed of three nodes; and the respective nodes store the following data: [0194]
[0195] Element name: “Document”, text-data matching condition: none (no text-data matching condition is required to be set for the parent node of the query tree); [0195]
[0196] Element name: “Part1”, text-data matching condition: [0196]
[0197] Element name: “Part2”, text-data matching condition: “ !”; [0197]
[0198] For these nodes, the processing shown in FIG. 10 is performed, while the priority is given in their depth. [0198]
[0199] 2) First, the node having the element name “Document” is first processed. Since the conditions of the processing in step S[0199] 77 shown in FIG. 10 are satisfied, through processing in step S78, through processing in step S78, the corresponding node of the hierarchical index is stored in the stack 42. Further, through processing in step S79, the query link of the node stored in the stack 42 is extended to the corresponding node of the query tree (see FIG. 18A).
[0200] 3) Subsequently, the node having the element name “Part1” is processed, and temporary nodes are attached to the nodes of “Part1” through processing in step S[0200] 711. The nodes having an element name “Part2” are processed in a similar manner (see FIG. 18A).
[0201] 4) Since one node is stored in the stack [0201] 42, this node is removed from the stack 42 through processing in step S82 shown in FIG. 11.
[0202] 5) The processing in step S[0202] 83 is performed for temporary nodes lower in level than the removed node, in order to render temporary nodes having the same query link child nodes of an OR node (see FIG. 19).
[0203] 6) Subsequently, through the processing in step S[0203] 84, among the above-described OR nodes, OR nodes which are linked, via query links, to nodes which share the same parent node are rendered child nodes of an AND node (see FIG. 20).
[0204] 7) Since search conditions do not contain the “sibling order relationship,” the processing in step S[0204] 87 is not performed, and through the processing in step S89, the above-described AND node is attached to the node removed from the stack 42 (see FIG. 21A).
[0205] 8) Since the stack [0205] 42 becomes empty at this point in time, through processing in step S810, the AND node described in 7) above is rendered a child node of an OR node (see FIG. 21B).
[0206] 9) The form of the Boolean logic tree assembled in 8) above is regulated by means of the processing in step S[0206] 811 shown in FIG. 11. Subsequently (see FIG. 21C), the Boolean logic tree is converted to a character string by means of the processing in step S63 shown in FIG. 9, so that the following Boolean expression is obtained ultimately.
[0207] ([0207]
[0208] The text index shown in FIG. 14 is referred to by use of the thus-obtained Boolean expression, so that document-IDs “1” and “2” are obtained as a search result. [0208]
[0209] [Search Request 5] [0209]
[0210] In Search Request 5, a document which includes “Part1” as a child of “Document” and in which “Part2” follows and the text data of “Part1” includes the Chinese character [0210]
[0211] Search performed under search conditions which include not only a sibling relationship between document parts but also the order of siblings is realized through addition of the processing in step S[0211] 87 shown in FIG. 11 to the processing for Search Request 4. Therefore, the processing up to step 87 is the same as that for Search Request 4.
[0212] 1) As in the case of Search Request 4, temporary nodes are attached to the nodes of “Part1” and “Part2,” and the node corresponding to the parent node of the query tree is stored in the stack [0212] 42. Further, through processing in steps S83 and 84, a logic expression including OR nodes and an AND node is assembled (see FIG. 22).
[0213] 2) Through processing in step S[0213] 87 shown in FIG. 11, the links among the OR and AND nodes are re-formed in accordance with a logic expression distribution rule, so that the logic expression is converted into the disjunctive normal form (see FIG. 23).
[0214] 3) With reference to information regarding the offsets of the nodes of the hierarchical index, to which nodes are attached the children nodes of each of the AND nodes, an AND node or nodes which is in FIG. 23 and fail to satisfy the sibling relationship with order are discarded. In the example shown in FIG. 23, only the leftmost AND node satisfies the sibling relationship with order, and therefore, the remaining AND nodes are discarded (See FIG. 24A). [0214]
[0215] 4) The processing in step S[0215] 87 and subsequent steps is the same as the case of Search Request 4. That is, upon completion of the processing in step S811 shown in FIG. 11, the logic tree shown in FIG. 24B is obtained. The logic tree is converted to a character string by means of the processing in step S63 shown in FIG. 9, so that the following Boolean expression is obtained ultimately.
[0216] ([0216]
[0217] The text index shown in FIG. 14 is referred to by use of the thus-obtained Boolean expression, so that document-ID “1” is obtained as a search result. [0217] [EXAMPLE 2]
[0218] Next, processing for conversion into a Boolean expression of a query tree including designation of a multi-level sibling relationship will be described. Even when documents having more complex structures are processed, the fundamental processing is the same as in the above-described case in which documents having simple structures are processed. Only the structure of the hierarchical index and the internal operation for conversion of a query tree to a Boolean expression become complex. An embodiment for documents having complex structures will be described with reference to an example case in which the following three documents (Document 1, Document 2, and Document 3) are processed. [0218] Document 1<Document><Title> STRUCTURED-DOCUMENT SEARCH </Title> <Author><Name> YAMADA TARO </NAME> <Section> SHIBUYA RESEARCH CENTER </Section></Author></Document> Document 2<Document><Title> FULL-TEXT SEARCH ENGINE </Title> <Author><Name> YAMADA TARO </NAME> <Section> SHIBUYA RESEARCH CENTER </Section></Author> <Author><Name> SUZUKI HANAKO </NAME> <Section> SHINJUKU RESEARCH CENTER </Section></Author></Document> Document 3<Document><Author><Name> YAMADA TARO </NAME></Author> <Author><Name> SUZUKI HANAKO </NAME> <Section> SHIBUYA RESEARCH CENTER </Section></Author> <Title> MANAGEMENT OF STRUCTURED DOCUMENTS </Title></Document>
[0219] Among the above example documents, Document 2 includes repeated elements, and Document 3 includes a deficiency of an element. FIG. 25 shows the hierarchical index [0219] 13 in which the above-described three documents are registered. FIG. 26 shows a portion of data registered in the text index 15. The form of the text index is the same as that in the case of the example for documents having simple structures (FIG. 14).
[0220] An internal operation for converting each of the following search requests to a Boolean expression will be described with reference to FIGS. [0220] 27 to 32. When a document is written in English, a characteristic element is usually extracted in a form of single word. However, in the example shown in FIGS. 27 to 32, bigram (two continuous characters) is used as the characteristic element to simplify the explanation.
[0221] [Search Request 6] [0221]
[0222] In Search Request 6, a document which is written by “Author” who is defined such that “Name” is “YAMADA TARO” and “Section” is “SHIBUYA RESEARCH CENTER” and in which “Title” includes “STRUCTURED DOCUMENT” is searched. The sibling order relationship between document parts is ignored. [0222]
[0223] 1) As shown in FIG. 27, the query tree is formed of five nodes and includes a two-level sibling relationship such that the “Author” node is a parent of the “Name” node and the “Section” node, and the “Document” node is a parent of the “Author” node and the “Title” node. First, the “Document” node is processed. Since the “Document” node satisfies the conditions of the processing in step S[0223] 77 shown in FIG. 10, the corresponding node of the hierarchical index is pushed into the stack 42 (see FIG. 27).
[0224] 2) Next, the “Author” node is processed, so that the corresponding nodes of the hierarchical index are pushed into the stack [0224] 42 as in the case of the “Document” node. The order in which corresponding nodes are pushed into the stack 42 is the reverse of the order in which the element links are followed (see FIG. 28).
[0225] 3) Subsequently, the “Name” node, the “Section” node, and the “Title” node are processed, in this sequence, and temporary nodes are attached to the corresponding nodes of the hierarchical index (see FIG. 29). In the example shown in FIG. 29, links which will not be described are omitted in order to simplify the description. [0225]
[0226] 4) The nodes stored in the stack [0226] 42 are removed successively, and temporary nodes under the node just removed are rendered child nodes of OR and AND nodes. At this time, since the nodes under node (element name: “Author”/offset: 0/part-ID: 8) fail to satisfy the conditions of AND nodes defined in the processing in step S88 shown in FIG. 11, the nodes under the node (element name: “Author”/offset: 0/part-ID: 8) are discarded (see FIG. 30).
[0227] 5) Subsequently, through the processing in steps S[0227] 83 and 84 shown in FIG. 11, temporary nodes lower in level than the node of the hierarchical index corresponding to the “Document” node are rendered child nodes of OR and AND nodes (see FIG. 31).
[0228] 6) Upon completion of the processing in step S[0228] 811 shown in FIG. 11, the logic tree shown in FIG. 32 is obtained. The logic tree is converted to a character string by means of the processing in step S63 shown in FIG. 9, so that the following Boolean expression is obtained ultimately.
[0229] (((“YAMADA TARO”@3 AND “SHIBUYA RESEARCH CENTER”@4) OR (“YAMADA TARO”@6 AND “SHIBUYA RESEARCH CENTER”@7)) [0229]
[0230] AND (“STRUCTURED DOCUMENT”@1 OR “STRUCTURED DOCUMENT” @10)) [0230]
[0231] The text index shown in FIG. 26 is referred to by use of the thus-obtained Boolean expression, so that document-ID “1” is obtained as a search result. [0231]
[0232] [Search Request 7] [0232]
[0233] In Search Request 7, the search conditions used in Search Request 6 are modified to include the sibling order relationship among document parts. That is, a document which is written by “Author” who is defined such that “Name” is ““YAMADA TARO”” and “Section” is ““SHIBUYA RESEARCH CENTER”” and in which “Title” includes ““STRUCTURED DOCUMENT””, “Name” precedes “Section,” and “Author” precedes “Title” is searched. [0233]
[0234] 1) The sibling order relationship among document parts is included in the search request, and then the processing in step S[0234] 87 shown in FIG. 11 is performed. That is, since all the documents satisfy the condition of “Name” preceding “Section,” the processing up to the processing in 4) above for Search Request 6 (the example shown in FIG. 30) is performed in the same manner.
[0235] 2) Subsequently, when the processing in steps S[0235] 83 and S84 is performed for temporary nodes lower in level than the node of the hierarchical index corresponding to the “Document” node, the logic tree shown in FIG. 33 is assembled.
[0236] 3) When the logic tree shown in FIG. 33 is converted to the disjunctive normal form, the state shown in FIG. 34 is obtained. Since AND nodes other than the second AND node as counted from the right fail to satisfy the order relationship, the AND nodes other than the second AND node are discarded. [0236]
[0237] 4) Ultimately, the logic tree shown in FIG. 35 is assembled, and the logic tree is converted to a character string by means of the processing in step S[0237] 63 shown in FIG. 9, so that the following Boolean expression is obtained.
[0238] ((“YAMADA TARO”@3 AND “SHIBUYA RESEARCH CENTER”@4) AND “STRUCTURED DOCUMENT”@10) [0238]
[0239] The text index shown in FIG. 26 is referred to by use of the thus-obtained Boolean expression, so that a message “no document found” is obtained as a search result. [0239]
[0240] As described above, in the present invention, there are provided a hierarchical index which expresses the structure of each structured document, and a text index which is used for searching a document-ID on the basis of a search key composed of a part-ID and a character string in text data; a user's query received in the form of a tree structure is converted to a Boolean expression; and the text index is referred to in order to obtain a document-ID corresponding to the query tree. Thus, it becomes possible to search structured documents, while maintaining the high speed of conventional full-text search engines. [0240]
[0241] Further, since the hierarchical index stores a sibling relationship between document parts, not only a parent-child relationship but also a sibling relationship can be specified in search conditions. This enables obtainment of search results of higher accuracy as compared with the case of a conventional system. [0241]
[0242] The many features and advantages of the invention are apparent from the detailed specification and, thus, the appended claims are intended to cover all such features and advantages of the invention which fall within the true spirit and scope of the invention. Further, since numerous modifications and changes will readily occur to those skilled in the art, it is not intended that the invention be limited to the exact construction and operation illustrated and described, and accordingly all suitable modifications and equivalents may be resorted to, so long as they fall within the scope of the invention. [0242]
权利要求:
Claims (17)
[1" id="US-20010007987-A1-CLM-00001] 1. A structured-document search apparatus for searching structures and text data of structured documents, the apparatus comprising:
first store means to store a hierarchical index in which document parts which are elements of each structured document and are common in structure are regarded as meta parts, and a hierarchical relationship among the document parts is expressed in a tree structure in which the meta parts form a single node;
second store means to store a text index in which is registered information representing a relationship between a set having a character string in text data and a part-ID identifying a meta part and a document-ID of a document in which the character string and the meta part appear; and
search means to search a structure from the hierarchical index on the basis of a query tree which represents a query in a tree structure; and search a document corresponding to the query tree with reference to the text index on the basis of a search result on the structure, the query designating search conditions in which relationships among the document parts, including a sibling relationship, can be expressed in the tree structure.
[2" id="US-20010007987-A1-CLM-00002] 2. A structured-document search apparatus according to
claim 1 ,
wherein, in the query, either a sibling relationship among document parts with order or a sibling relationship among document parts without order is selectively designated; and
wherein the search means performs matching between the query tree and the hierarchical index on the basis of a designated one between the sibling relationship with order and the sibling relationship without order.
[3" id="US-20010007987-A1-CLM-00003] 3. A structured-document search apparatus according to
claim 1 , wherein the search means further comprises:
first refer means to refer to the hierarchical index and converting the query tree to a Boolean expression in which a set having a character string and a part-ID is used as a single search key; and
second refer means to refer to the text index and obtaining a document-ID of a document corresponding to the query tree, by use of the Boolean expression.
[4" id="US-20010007987-A1-CLM-00004] 4. A structured-document search apparatus according to
claim 3 , wherein the search means converts to a Boolean expression search conations which are expressed in the form of a query tree and which contain a sibling relationship among document parts.
[5" id="US-20010007987-A1-CLM-00005] 5. A structured-document search apparatus according to
claim 1 ,
wherein meta parts nodes of the hierarchical index are generated under conditions such that the nodes share a common upper node meta part, the nodes having the same element name and the same offset in a row of sibling parts in the document; and
wherein each node has information regarding an offset in a row of sibling parts in the document, a link extending from a child node to a parent node, and a link extending to another node having the same element name.
[6" id="US-20010007987-A1-CLM-00006] 6. A structured-document search apparatus according to
claim 1 , wherein the search means inputs as a search request the query in which relationships among document parts, including a sibling relationship, can be expressed in a tree structure and which designates search conditions, and searches on the basis of a query tree which represents the query in a tree structure.
[7" id="US-20010007987-A1-CLM-00007] 7. A structured-document search apparatus according to
claim 1 , further comprising:
a hierarchical index creating means to judge for corresponding document parts of respective structured documents to be subjected to search whether the document parts are meta parts which satisfy conditions such that the nodes share a common upper node meta part, the nodes having the same element name and the same offset in a row of sibling parts in the document; and, when the document parts are meta parts, assign a part-ID to the document parts, register as a node of the hierarchical index, and set for the node information regarding an offset in a row of sibling parts in the document, a link extending from a child node to a parent node, and a link extending to another node having the same element name.
[8" id="US-20010007987-A1-CLM-00008] 8. A structured-document search apparatus according to
claim 1 , further comprising:
a text index creating means to create a special key composed of a special character string and a part-ID and registering in the text index, for each document part, when a set composed of a character string in text data and a part-ID is created.
[9" id="US-20010007987-A1-CLM-00009] 9. A structured-document search apparatus according to
claim 1 , further comprising:
a text index creating means to create a pseudo text data which are obtained through addition of special character strings at the start and end position of the text data, and create a search key to be registered in the text index is created from the pseudo text data, for each text data, when a set composed of a character string in text data and a part-ID is created.
[10" id="US-20010007987-A1-CLM-00010] 10. A structured-document search apparatus according to
claim 1 , further comprising:
a structured-document storage data base storing the structured documents; and
a document management engine receiving the query and search result from the search means, and extracting and returning a necessary portion of a searched document.
[11" id="US-20010007987-A1-CLM-00011] 11. A structured-document search method for searching structures and text data of structured documents, the method comprising:
matching a structure of a query tree and a structure of a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure in which a meta part is treated as a single node, and generating a search key including a character string and a part-ID identifying the meta part on the basis of a matched portion, the query tree representing a query in a tree structure, the query being able to express in a tree structure and being able to designate relationships among the document parts, which are elements of the structured document, as a search condition; and
on the basis of the search key, referring to a text index in which is registered information representing a relationship between each set including a part-ID of a meta part and a character string in text data of a structured document to be searched and a document-ID of a document in which the character string appears, and searching a document corresponding to the query tree.
[12" id="US-20010007987-A1-CLM-00012] 12. A structured-document search method according to
claim 11 , the method further comprising:
inputting as a search request the query which can be expressed in a tree structure and in which a sibling relationship among document parts, which are elements of the structured document, can be designated as a search condition, and creating the query tree which represents the query in the tree structure.
[13" id="US-20010007987-A1-CLM-00013] 13. A recording medium storing a program for searching structures and text data of structured documents by use of a computer, the program causing the computer to perform:
processing for matching the structure of the query tree and the structure of a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure in which a meta part is treated as a single node, and generating a search key including a character string and a part-ID identifying the meta part on the basis of a matched portion, the query tree representing a query in a tree structure, the query being able to express in a tree structure and being able to designate relationships among the document parts, which are elements of the structured document, as a search condition; and
processing for referring, on the basis of the search key, to a text index in which is registered information representing a relationship between each set including a part-ID of a meta part and a character string in text data of a structured document to be searched and a document-ID of a document in which the character string appear, and searching a document corresponding to the query tree.
[14" id="US-20010007987-A1-CLM-00014] 14. A recording medium according to
claim 13 , wherein the program further causes the computer to perform:
processing for inputting as a search request a query in which a sibling relationship among document parts, which are elements of a structured document, can be designated as a search condition, and creating a query tree which represents the query in a tree structure.
[15" id="US-20010007987-A1-CLM-00015] 15. A method for creating index used which inputs as a search request a query in which document parts, which are elements of a structured document, can be expressed in a tree structure, refers to a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure in which a meta part is treated as a single node and a text index which stores a search key composed of a character string in text data and a part-ID identifying a meta part and stores a document-ID of a document in which the search key appears, and searches structures and text data of structured documents, and
wherein, when the hierarchical index is created,
judgment is made for corresponding document parts of respective structured documents to be subjected to searching are judged whether the document parts are meta parts which satisfy conditions such that the nodes share a common upper node meta part, the nodes have the same element name and the same offset in a row of sibling parts in the document; and
when the document parts are meta parts, a part-ID is assigned to the document parts and are registered as a node of the hierarchical index, and set for the node information regarding an offset in a row of sibling parts in the document, a link extending from a child node to a parent node, and a link extending to another node having the same element name.
[16" id="US-20010007987-A1-CLM-00016] 16. A method for creating index used in a structured-document search apparatus for searching structures and text data of structured documents,
wherein created text index is used in an apparatus which inputs as a search request a query in which document parts, which are elements of a structured document, can be expressed in a tree structure, refers to a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure in which a meta part is treated as a single node and a text index which stores a search key composed of a character string in text data and a part-ID identifying a meta part and stores a document-ID of a document in which the search key appears, and searches structures and text data of structured documents, and
wherein, when a set composed of a character string in text data and a part-ID is created during creation of the text index, for each document part, a special key composed of a special character string and a part-ID is created and registered in the text index.
[17" id="US-20010007987-A1-CLM-00017] 17. A method for creating index used in a structured-document search apparatus for searching structures and text data of structured documents,
wherein created text index is used in an apparatus which inputs as a search request a query in which document parts, which are elements of a structured document, can be expressed in a tree structure, refers to a hierarchical index in which a hierarchical relationship among document parts of each structured document to be searched is expressed in a tree structure in which a meta part is treated as a single node and a text index which stores a search key composed of a character string in text data and a part-ID identifying a meta part and stores a document-ID of a document in which the search key appears, and searches structures and text data of structured documents, and
wherein, when a set composed of a character string in text data and a part-ID is created during creation of the text index, for each text data, pseudo text data which are obtained through addition of special character strings at the start and end position of the text data are created and a search key to be registered in the text index is created from the pseudo text data.
类似技术:
公开号 | 公开日 | 专利标题
US6853992B2|2005-02-08|Structured-document search apparatus and method, recording medium storing structured-document searching program, and method of creating indexes for searching structured documents
US7054854B1|2006-05-30|Structured document search method, structured document search apparatus and structured document search system
JP3842577B2|2006-11-08|Structured document search method, structured document search apparatus and program
US6052693A|2000-04-18|System for assembling large databases through information extracted from text sources
Green et al.2004|Processing XML streams with deterministic automata and stream indexes
US6377946B1|2002-04-23|Document search method and apparatus and portable medium used therefor
KR100372584B1|2003-02-15|Method and system for data processing
JP3836928B2|2006-10-25|Database processing method
US7627589B2|2009-12-01|High performance XML storage retrieval system and method
US7548933B2|2009-06-16|System and method for exploiting semantic annotations in executing keyword queries over a collection of text documents
US7412444B2|2008-08-12|Efficient indexing of hierarchical relational database records
US20040221229A1|2004-11-04|Data structures related to documents, and querying such data structures
JP2005525659A|2005-08-25|Apparatus and method for retrieving structured content, semi-structured content, and unstructured content
US20060053169A1|2006-03-09|System and method for management of data repositories
WO2009063925A1|2009-05-22|Document management &amp; retrieval system and document management &amp; retrieval method
JP2006185408A|2006-07-13|Database construction device, database retrieval device, and database device
US20060015809A1|2006-01-19|Structured-document management apparatus, search apparatus, storage method, search method and program
JP3573471B2|2004-10-06|Full-text database search method
JPH11259524A|1999-09-24|Information retrieval system, information processing method in information retrieval system and record medium
JP2001060164A|2001-03-06|Method and system for processing data, device for executing the same and recording medium recording processing program therefor
Almarimi et al.2005|A mediation layer for heterogeneous XML schemas
Vickers2006|Ontology-based free-form query processing for the semantic web
JP4034503B2|2008-01-16|Document search system and document search method
EP1626357A2|2006-02-15|Extension of xquery in a high performance xml/xquery database
JP2002297603A|2002-10-11|Information extracting method, structured document managing device, and program
同族专利:
公开号 | 公开日
US6853992B2|2005-02-08|
JP2001167087A|2001-06-22|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US20020087597A1|2000-12-29|2002-07-04|Wilson John D.|Searchable logical document architecture|
US20020196293A1|2001-06-25|2002-12-26|Siemens Medical Solutions Health Services Corporation|User interface display navigation and item selection system|
US20030101171A1|2001-11-26|2003-05-29|Fujitsu Limited|File search method and apparatus, and index file creation method and device|
US6782380B1|2000-04-14|2004-08-24|David Victor Thede|Method and system for indexing and searching contents of extensible mark-up languagedocuments|
US20050071326A1|2003-09-29|2005-03-31|International Business Machines Corporation|Method, system, and program for predicate processing by iterator functions|
US20050144153A1|2003-12-25|2005-06-30|Masakazu Hattori|Structured data retrieval apparatus, method, and computer readable medium|
WO2005106700A2|2004-04-16|2005-11-10|Infoblox Inc.|Set based data store|
US20060015809A1|2004-07-15|2006-01-19|Masakazu Hattori|Structured-document management apparatus, search apparatus, storage method, search method and program|
US20060106831A1|2004-10-29|2006-05-18|Motoki Nakanishi|System and method for managing structured document|
US20070061128A1|2005-09-09|2007-03-15|Odom Paul S|System and method for networked decision making support|
US20070162445A1|2005-11-23|2007-07-12|Dun And Bradstreet|System and method for searching and matching data having ideogrammatic content|
US20070168363A1|2004-11-30|2007-07-19|Mitsuaki Inaba|Database constructing apparatus, database search apparatus, database apparatus, method of constructing database, and method of searching database|
US20070206021A1|2006-03-01|2007-09-06|Microsoft Corporation|Adapting and rendering graphic effects|
US20070239673A1|2006-04-05|2007-10-11|Barsness Eric L|Removing nodes from a query tree based on a result set|
US7356528B1|2003-05-15|2008-04-08|At&T Corp.|Phrase matching in documents having nested-structure arbitrarymarkup|
US20080086457A1|2006-08-29|2008-04-10|Ben Fei|Method and apparatus for preprocessing a plurality of documents for search and for presenting search result|
US20080120280A1|2006-11-21|2008-05-22|Michio Iijima|Method, system and program for creating an index|
US20080238926A1|2007-03-30|2008-10-02|Computer Associates Think, Inc.|System and Method for Indicating/Confirming Special Symbols to be Interpreted Literally|
US7461051B2|2002-11-11|2008-12-02|Transparensee Systems, Inc.|Search method and system and system using the same|
US7590936B1|2003-09-30|2009-09-15|Microsoft Corporation|Method for extracting information associated with a search term|
US20120158701A1|2010-12-17|2012-06-21|Fujitsu Limited|Computer product, data conversion apparatus, and conversion method|
US20130339368A1|2009-09-17|2013-12-19|International Business Machines Corporation|Method and system for handling non-presence of elements or attributes in semi-structured data|
US20140164388A1|2012-12-10|2014-06-12|Microsoft Corporation|Query and index over documents|
US8869061B1|2003-08-29|2014-10-21|Microsoft Corporation|User interface for searching an electronic document|
US8959077B2|2011-03-24|2015-02-17|Microsoft Corporation|Multi-layer search-engine index|
US9720959B2|2013-07-16|2017-08-01|Fujitsu Limited|Data output method, computer-readable recording medium storing data output program and data output system|
US9727662B2|2013-07-16|2017-08-08|Fujitsu Limited|Data output method, computer-readable recording medium storing data output program and data output system|
CN110209779A|2018-02-05|2019-09-06|索意互动(北京)信息技术有限公司|A kind of client, server, search method and its system|
US10437803B2|2014-07-10|2019-10-08|Nec Corporation|Index generation apparatus and index generation method|
US10599885B2|2017-05-10|2020-03-24|Oracle International Corporation|Utilizing discourse structure of noisy user-generated content for chatbot learning|
US10679011B2|2017-05-10|2020-06-09|Oracle International Corporation|Enabling chatbots by detecting and supporting argumentation|
US10796102B2|2017-05-10|2020-10-06|Oracle International Corporation|Enabling rhetorical analysis via the use of communicative discourse trees|
US10796099B2|2017-09-28|2020-10-06|Oracle International Corporation|Enabling autonomous agents to discriminate between questions and requests|
US10817786B2|2014-10-22|2020-10-27|Baidu Online Network TechnologyCo., Ltd.|Multi-round session interaction method and system, and computer device|
US10817670B2|2017-05-10|2020-10-27|Oracle International Corporation|Enabling chatbots by validating argumentation|
US10839161B2|2017-06-15|2020-11-17|Oracle International Corporation|Tree kernel learning for text classification into classes of intent|
US10839154B2|2017-05-10|2020-11-17|Oracle International Corporation|Enabling chatbots by detecting and supporting affective argumentation|
US10949623B2|2018-01-30|2021-03-16|Oracle International Corporation|Using communicative discourse trees to detect a request for an explanation|
US11100144B2|2017-06-15|2021-08-24|Oracle International Corporation|Data loss prevention system for cloud security based on document discourse analysis|
US11182412B2|2017-09-27|2021-11-23|Oracle International Corporation|Search indexing using discourse trees|JPH0756908A|1993-08-09|1995-03-03|Fuji Xerox Co Ltd|Document processor|
JPH07319918A|1994-05-24|1995-12-08|Fuji Xerox Co Ltd|Device for specifying retrieving object in document|
JP2608859B2|1994-06-08|1997-05-14|ヤンマー農機株式会社|Fertilizer, seeder|
JP2929963B2|1995-03-15|1999-08-03|松下電器産業株式会社|Document search device, word index creation method, and document search method|
US5893109A|1996-03-15|1999-04-06|Inso Providence Corporation|Generation of chunks of a long document for an electronic book system|
US6457017B2|1996-05-17|2002-09-24|Softscape, Inc.|Computing system for information management|
US5870739A|1996-09-20|1999-02-09|Novell, Inc.|Hybrid query apparatus and method|
JPH1027183A|1997-04-11|1998-01-27|Hitachi Ltd|Method and device for data registration|
JPH1115843A|1997-06-24|1999-01-22|Toshiba Corp|Device and method for retrieving sgml document|
JP2962287B2|1997-07-31|1999-10-12|日本電気株式会社|Structured document search device and machine-readable recording medium recording program|
JP3692764B2|1998-02-25|2005-09-07|株式会社日立製作所|Structured document registration method, search method, and portable medium used therefor|JP2003091537A|2001-09-17|2003-03-28|Ricoh Co Ltd|Tree diagram output method and tree diagram output program|
US20050262033A1|2002-03-29|2005-11-24|Kazuhiko Yamashita|Data recording apparatus, data recording method, program for implementing the method, and program recording medium|
TWI289261B|2002-09-11|2007-11-01|Hon Hai Prec Ind Co Ltd|System and method for dynamically generating a HTTP query|
US20040243531A1|2003-04-28|2004-12-02|Dean Michael Anthony|Methods and systems for representing, using and displaying time-varying information on the Semantic Web|
US20040230602A1|2003-05-14|2004-11-18|Andrew Doddington|System and method for decoupling data presentation layer and data gathering and storage layer in a distributed data processing system|
US20040236724A1|2003-05-19|2004-11-25|Shu-Yao Chien|Searching element-based document descriptions in a database|
US7203679B2|2003-07-29|2007-04-10|International Business Machines Corporation|Determining structural similarity in semi-structured documents|
US8150818B2|2003-08-25|2012-04-03|International Business Machines Corporation|Method and system for storing structured documents in their native format in a database|
US7519574B2|2003-08-25|2009-04-14|International Business Machines Corporation|Associating information related to components in structured documents stored in their native format in a database|
US7792866B2|2003-08-25|2010-09-07|International Business Machines Corporation|Method and system for querying structured documents stored in their native format in a database|
US8250093B2|2003-08-25|2012-08-21|International Business Machines Corporation|Method and system for utilizing a cache for path-level access control to structured documents stored in a database|
US8775468B2|2003-08-29|2014-07-08|International Business Machines Corporation|Method and system for providing path-level access control for structured documents stored in a database|
US7636710B2|2004-03-04|2009-12-22|Symantec Operating Corporation|System and method for efficient file content searching within a file system|
US20050222990A1|2004-04-06|2005-10-06|Milne Kenneth T|Methods and systems for using script files to obtain, format and disseminate database information|
CN101128825A|2005-01-25|2008-02-20|特博数据实验室公司|Tree search, totalizing, sort method, information processing device, and tree search, totalizing, and sort program|
US7533088B2|2005-05-04|2009-05-12|Microsoft Corporation|Database reverse query matching|
US8280719B2|2005-05-05|2012-10-02|Ramp, Inc.|Methods and systems relating to information extraction|
JP4186973B2|2005-09-28|2008-11-26|ブラザー工業株式会社|Facsimile transmission apparatus, facsimile transmission program, facsimile transmission method, and facsimile transmission system|
JP4489029B2|2006-02-01|2010-06-23|株式会社東芝|Structured document search system and structured document search method|
US20070282816A1|2006-06-05|2007-12-06|Shing-Jung Tsai|Method and structure for string partial search|
US20080071735A1|2006-09-05|2008-03-20|International Business Machines Corporation|Method, apparatus, and computer progam product for data transformation|
JP2008065543A|2006-09-06|2008-03-21|Toshiba Corp|Structured document search apparatus and structured document search method|
JP4146479B2|2006-09-28|2008-09-10|株式会社東芝|Structured document search device, structured document search method, and structured document search program|
US8131536B2|2007-01-12|2012-03-06|Raytheon Bbn Technologies Corp.|Extraction-empowered machine translation|
US7890539B2|2007-10-10|2011-02-15|Raytheon Bbn Technologies Corp.|Semantic matching using predicate-argument structure|
US20090240699A1|2008-03-18|2009-09-24|Morgan Christopher B|Integration for intelligence data systems|
US8351691B2|2008-12-18|2013-01-08|Canon Kabushiki Kaisha|Object extraction in colour compound documents|
US8266135B2|2009-01-05|2012-09-11|International Business Machines Corporation|Indexing for regular expressions in text-centric applications|
US10698953B2|2009-10-30|2020-06-30|Oracle International Corporation|Efficient XML tree indexing structure over XML content|
US8266151B2|2009-10-30|2012-09-11|Oracle International Corporationn|Efficient XML tree indexing structure over XML content|
US20110167336A1|2010-01-04|2011-07-07|Hit Development Llc|Gesture-based web site design|
US9165086B2|2010-01-20|2015-10-20|Oracle International Corporation|Hybrid binary XML storage model for efficient XML processing|
US8346813B2|2010-01-20|2013-01-01|Oracle International Corporation|Using node identifiers in materialized XML views and indexes to directly navigate to and within XML fragments|
US8447785B2|2010-06-02|2013-05-21|Oracle International Corporation|Providing context aware search adaptively|
US8566343B2|2010-06-02|2013-10-22|Oracle International Corporation|Searching backward to speed up query|
US9940351B2|2015-03-11|2018-04-10|International Business Machines Corporation|Creating XML data from a database|
法律状态:
2000-11-30| AS| Assignment|Owner name: FUJITSU LIMITED, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IGATA, NOBUYUKI;REEL/FRAME:011323/0307 Effective date: 20001115 |
2005-09-20| CC| Certificate of correction|
2008-07-22| FPAY| Fee payment|Year of fee payment: 4 |
2012-07-11| FPAY| Fee payment|Year of fee payment: 8 |
2016-09-16| REMI| Maintenance fee reminder mailed|
2017-02-08| LAPS| Lapse for failure to pay maintenance fees|
2017-03-06| STCH| Information on status: patent discontinuation|Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
2017-03-28| FP| Lapsed due to failure to pay maintenance fee|Effective date: 20170208 |
优先权:
申请号 | 申请日 | 专利标题
JP11-353857||1999-12-14||
JP35385799A|JP2001167087A|1999-12-14|1999-12-14|Device and method for retrieving structured document, program recording medium for structured document retrieval and index preparing method for structured document retrieval|
[返回顶部]